Chord from just Bohlen–Pierce scale: C-G-A Title refers to harmonics (fundamental=1:3:9:etc.)., tuned to harmonics 3, 5, and 7. "BP" above the clefs indicates Bohlen–Pierce notation.
Author: Created by Hyacinth (talk) in Sibelius with midi pitch bend on 4 different instruments.
Beta scale dominant seventh chord on C. Created by Hyacinth (talk) 07:35, 12 April 2011 (UTC) using Sibelius 5 with midi pitch bend. Pitch bend appears to match intervals.
*"Semitone" in the Bohlen-Pierce scale on C = Db to D or Bb to B. Just: 625/567 = 168.61 cents. Limit: 7-limit. MIDI pitch bend: 122,53 Title refers to number of semitones (unison=0).
Author: Created by User:Hyacinth (13:39, 1 September 2008) in Sibelius. A m2 on 104,78.
Bohlen-Pierce chord: 0,1,2 (semitones), the most dissonant chord. Currently at 0, 169.75, and 310.88 cents. Title refers to number of semitones (unison=0).
Author: Created by Hyacinth (talk) 06:56, 25 November 2010 in Sibelius.
*Tritave (compound just perfect fifth) on C = G'. 3:1 = 1901.96 cents. Limit: 3-limit. MIDI pitch bend: 80,64
Author: Created by Hyacinth (talk) in Sibelius with midi pitch bend on 65 for 1903.125 rather than 1901.96. New version created in Sibelius. An octave and P5 with midi pitch bend on 80,64 for 1901.953125 rather than 1901.96.
Same program as in https://freesound. Org/s/457868/ butthe main clock (lfo_2) frequency is about 1hz. It's a minor scale?! as have split the octave in 5 equal parts. This strange scale sounds like a sort of minor scale.
Algorithmic modular music program (man3_2019). The computer is my analog modular synth. 00 rem -------------- man3_2019 --------------00 rem man3 - modular algorithm no 300 rem the steps/command lines, 01 to 08, are steps on a step sequencer00 rem main clock (lfo_2) 3hz00 rem the cv sequencer (seq) are tuned to an octave split in 5 equal parts. 00 rem seq has its own clock00 rem lfo_2 controls vco_2 via vca_2 and vca_300 rem lfo_3 controls wave shaper and vcf00 rem vco_1 tuned to 150hz sin -> wave shaper00 rem vco_2 tuned to 150hz tri00 rem vco_3 tuned to 75hz sqr -> vcf00 rem ----------------------------------------01 sampl lfo_1 -> vca_1 (vco_1)02 sampl seq -> vco_203 sampl lfo_1 -> vca_2 (vca_3) : rem [lfo_2 -> vca_2 -> vca_3 (vco_2)]04 sampl seq -> vco_105 trg -> noise -> delay_106 sampl seq -> vco_307 trg -> env (vco_3)08 trg -> noise -> delay_110 goto 01.